Einhugur macOS Bridge plugin.

NSColorList.Operator_Subscript Method

Returns NSColor by given key from the list.

Operator_Subscript(
   key as String) as EinhugurMacOSBridge.NSColor

Parameters

key
The key for the color in the list.

Returns

EinhugurMacOSBridge.NSColor
If the key does not exist then nil is returned.

Remarks

See Also

NSColorList Class